home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 11
/
Revista do CD-ROM 11.iso
/
demos
/
flight
/
install.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-02-10
|
227 b
|
10 lines
@echo off
if exist .\cdrom\engpile\audinstr.res goto all_ok
echo Please run install directly from the CD-ROM base directory...
goto exit
:all_ok
echo Loading install....
inst\initial.exe
echo ...install finished
:exit